type runtime.unwindFlags

6 uses

	runtime (current package)
		traceback.go#L38: type unwindFlags uint8
		traceback.go#L53: 	unwindPrintErrors unwindFlags = 1 << iota
		traceback.go#L115: 	flags unwindFlags
		traceback.go#L122: func (u *unwinder) init(gp *g, flags unwindFlags) {
		traceback.go#L132: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
		traceback.go#L823: func traceback1(pc, sp, lr uintptr, gp *g, flags unwindFlags) {